Platform Explorer / Nuxeo Platform 5.8

Extension point excelExportFactory

Documentation

This extension provides export excel factories to inject data into contributed template

    <ExcelExport
        factoryClass="org.nuxeo.ecm.platform.groups.audit.factory.ExcelExportAllGroups"
        name="exportGroupsAuditFactory" template="templates/audit-groups-template.xls"/>
    <ExcelExport name="exportGroupsAuditFactoryBis" template="templates/audit-groups-template.xls"/>

Contribution Descriptors

  • Class: org.nuxeo.ecm.platform.groups.audit.service.ExcelExportServiceDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-groups-rights-audit-5.8.jar
    <extension point="excelExportFactory" target="org.nuxeo.ecm.platform.groups.audit.ExportService">
        <ExcelExport factoryClass="org.nuxeo.ecm.platform.groups.audit.factory.ExcelExportAllGroups" name="exportAllGroupsAudit" template="templates/audit-groups-template.xls"/>
        <ExcelExport name="exportListedGroupsAudit" template="templates/audit-groups-template.xls"/>
      </extension>